home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Learning Windows 98 / Learning Windows 98.iso / Install / program files / Velocity.exe / 0 / RCDATA / TGLOSSARYFORM / TGLOSSARYFORM.txt
Encoding:
Text File  |  1999-05-10  |  1.5 KB  |  68 lines

  1. object GlossaryForm: TGlossaryForm
  2.   Left = 602
  3.   Top = 296
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'GlossaryForm'
  7.   ClientHeight = 306
  8.   ClientWidth = 167
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListBox1: TSpecialListBox
  19.     Left = 0
  20.     Top = 41
  21.     Width = 167
  22.     Height = 265
  23.     ImageList = Form1.ImageList2
  24.     SectionFont.Charset = DEFAULT_CHARSET
  25.     SectionFont.Color = clBlack
  26.     SectionFont.Height = -16
  27.     SectionFont.Name = 'Times New Roman'
  28.     SectionFont.Style = []
  29.     Align = alClient
  30.     Color = 44930213
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     OnClick = ListBox1Click
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 0
  42.     Top = 0
  43.     Width = 167
  44.     Height = 41
  45.     Align = alTop
  46.     BevelOuter = bvNone
  47.     Caption = 'Panel1'
  48.     Color = 44930213
  49.     TabOrder = 1
  50.     object lblTitle: TLabel
  51.       Left = 0
  52.       Top = 8
  53.       Width = 167
  54.       Height = 33
  55.       Alignment = taCenter
  56.       AutoSize = False
  57.       Caption = 'lblTitle'
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clBlack
  60.       Font.Height = -15
  61.       Font.Name = 'Times New Roman'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.       WordWrap = True
  65.     end
  66.   end
  67. end
  68.